home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / earcd / util / time / autorebo.lha / AutoReboot / AutoReboot.doc < prev    next >
Text File  |  1997-01-18  |  1KB  |  45 lines

  1.  
  2. AutoReboot 1.0 (27.12.96)
  3. --------------
  4.  
  5. Author: Ralf Gruner, Großschönau, Germany
  6.         ralf.gruner@t-online.de
  7.  
  8. AutoReboot is a very simple watchdog timer written to check the loop
  9. of a Scala presentation. It can be used for all similar processes.
  10.  
  11. The presentation of our local TV hangs sometimes (maybe caused by the
  12. Peggy MPEG decoder or SCSI bus errors; I don't know it exactly) and
  13. AutoReboot is a solution to avoid a long time blockade.
  14.  
  15. AutoReboot is a shell command:
  16.  
  17. AutoReboot <filename> <seconds>
  18.  
  19. It looks for the specified file after the given number of seconds.
  20. If it found the file, then AutoReboot deletes it and waits the delay
  21. time again and then it looks for the file again and so on.
  22. If the file is missed, then AutoReboot resets your Amiga.
  23.  
  24.  
  25. Sample usage:
  26.  
  27. My Scala InfoChannel script contains an EXECUTE action (CLI type):
  28.  
  29. echo >RAM:OK "x"
  30.  
  31. The loop of the script is not longer than one hour. So I can check
  32. the repetition after 3600 seconds. AutoReboot is started in the
  33. S:User-Startup by the line
  34.  
  35. run >NIL: AutoReboot RAM:OK 3600
  36.  
  37.  
  38. Thats all. Not perfect, but it works fine.
  39.  
  40. For your information I have included the C source code and sample
  41. scripts for Scala InfoChannel, AmigaVision Professional and MediaPoint.
  42.  
  43. Ralf
  44.  
  45.